home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group95c.txt / 000049_icon-group-sender _Fri Oct 13 10:29:19 1995.msg < prev    next >
Internet Message Format  |  1996-01-03  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Sat, 14 Oct 1995 11:09:47 MST
  2. To: icon-group@cs.arizona.edu
  3. Date: Fri, 13 Oct 1995 10:29:19 -0700
  4. From: Eric Brown <ebrown@mty.sca.sony.com>
  5. Message-Id: <307EA1EF.4DE1@mty.sca.sony.com>
  6. Organization: Sony Corporation of America, San Jose, CA
  7. Sender: icon-group-request@cs.arizona.edu
  8. Subject: icon and java
  9. Errors-To: icon-group-errors@cs.arizona.edu
  10.  
  11. Icon and Java seem very similiar:
  12.   * Both look like C
  13.   * Both have garbage collection
  14.   * Both have a p-code/VM implementation (see note 1 below)
  15.  
  16. Has anybody thought about modifying the icon compilier to generate
  17. instructions for the Java VM? 
  18.  
  19. Icon is a relatively unknown but very useful language. Making it
  20. work with the Java VM might bring some popularity back to the
  21. language. Who knows, maybe some grad student at Arizona can even
  22. get funding to do it.
  23.  
  24. For Java-heads, see http://www.cs.arizona.edu/icon/www/ for Icon
  25. Programming Language info.
  26.  
  27. Hopeful,
  28. Eric.
  29.  
  30. Note 1: I haven't programmed in Icon for a while, but that's the
  31. way it used to work. I guess the latest implementations now have
  32. native compiliers but Icon appears to still support some 
  33. intermediate form called ucode.
  34.